func runtime.memhash
11 uses
runtime (current package)
alg.go#L24: return memhash(p, h, 1)
alg.go#L28: return memhash(p, h, 2)
alg.go#L32: return memhash(p, h, 16)
alg.go#L39: return memhash(p, h, size)
alg.go#L48: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
alg.go#L71: return memhash(p, h, 4)
alg.go#L83: return memhash(p, h, 8)
alg.go#L154: return memhash(p, h, t.Size_)
alg.go#L283: return memhash(s.array, seed, uintptr(s.len))
runtime2.go#L984: h := memhash(unsafe.Pointer(&r[n-w]), uintptr(nanotime()), uintptr(w))
trace.go#L1219: hash := memhash(unsafe.Pointer(&pcs[0]), 0, uintptr(len(pcs))*unsafe.Sizeof(pcs[0]))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |